home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / v cisle / robocopy / rktools.exe / RCDATA / CABINET / rktools.msi / robocopy.exe / string.txt next >
Text File  |  2003-04-18  |  12KB  |  257 lines

  1. 1    \n
  2. 3    -------------------------------------------------------------------------------\n
  3. 5       ROBOCOPY     ::     Robust File Copy for Windows     ::     Version XP010
  4. 12    \n------------------------------------------------------------------------------\n
  5. 14     Quitting : /QUIT Specified on Command Line.\n
  6. 16    ERROR : No Source Directory Specified.\n
  7. 18    ERROR : No Destination Directory Specified.\n
  8. 20    NOTE: NTFS Security may not be copied - Source may not be NTFS.\n
  9. 22    NOTE: NTFS Security may not be copied - Destination may not be NTFS.\n
  10. 24    ERROR: You do not have the Manage Auditing user right.
  11. 25    *****  You need this to copy auditing information (/COPY:U or /COPYALL).\n
  12. 27    ERROR: You do not have the Backup and Restore Files user rights.
  13. 28    *****  You need these to perform Backup copies (/B or /ZB).\n
  14. 30    ERROR : Invalid Parameter #%d : "%s"\n
  15. 31    ERROR : Invalid Job File, Line #%d :"%s"\n
  16. 32    \n  Started : %hs
  17. 33    \n   Source %c 
  18. 34    \n     Dest %c 
  19. 71    \n    Files : 
  20. 73    Exc Files : 
  21. 75     Exc Dirs : 
  22. 81      Options : 
  23. 91     Log File : 
  24. 93     Job File : 
  25. 176    \n                Total    Copied   Skipped  Mismatch    FAILED    Extras\n     Dirs :%10d%10d%10d%10d%10d%10d
  26. 177        Files :%10d%10d%10d%10d%10d%10d
  27. 178        Bytes :%10s%10s%10s%10s%10s%10s
  28. 179        Times :
  29. 181    %4ld:%02ld:%02ld
  30. 182              
  31. 184    \n    Speed :          %10d Bytes/sec.\n    Speed :          %6d.%03d MegaBytes/min.
  32. 185    \n\n    Ended : %hs
  33. 224    Waiting %d seconds...
  34. 225     Retrying...
  35. 227    ERROR: RETRY LIMIT EXCEEDED.\n
  36. 229    \n  Monitor : Waiting for %d minutes and %d changes...\n
  37. 231    %4d mins : %d changes.
  38. 233    \n    Hours : Paused at %02d:%02d until %02d:%02d...
  39. 320    \n::\n:: Robocopy Job %s\n::\n:: Created by %s on %s %s at %s\n::\n
  40. 321    \n::\n:: Source Directory :\n::
  41. 322    \n::\n:: Destination Directory :\n::
  42. 323    \n::\n:: Include These Files :\n::\n    /IF        :: Include Files matching these names
  43. 324    \n::\n:: Exclude These Directories :\n::\n    /XD        :: eXclude Directories matching these names
  44. 325    \n::\n:: Exclude These Files :\n::\n    /XF        :: eXclude Files matching these names
  45. 326    ::        *.*    :: Include all names (currently - Command Line may override)
  46. 327    ::            :: eXclude no names (currently - Command Line may override)
  47. 328    ::            :: To Be Specified on the Command Line
  48. 1101           Simple Usage :: ROBOCOPY source destination /MIR\n
  49. 1102                 source :: Source Directory (drive:\path or \\server\share\path).
  50. 1103            destination :: Destination Dir  (drive:\path or \\server\share\path).
  51. 1104                   /MIR :: Mirror a complete directory tree.\n
  52. 1105        For more usage information run ROBOCOPY /? or read Robocopy.Doc.\n
  53. 1106    NOTE: Read "True Replication" in Robocopy.Doc prior to first use of /MIR !
  54. 1107    ****  /MIR can DELETE files as well as copy them !\n
  55. 1201                  Usage :: ROBOCOPY source destination [file [file]...] [options]\n
  56. 1202                 source :: Source Directory (drive:\path or \\server\share\path).
  57. 1203            destination :: Destination Dir  (drive:\path or \\server\share\path).
  58. 1204                   file :: File(s) to copy  (names/wildcards: default is "*.*").\n
  59. 1301    ::\n:: Copy options :\n::
  60. 1302                     /S :: copy Subdirectories, but not empty ones.
  61. 1303                     /E :: copy subdirectories, including Empty ones.
  62. 1304                 /LEV:n :: only copy the top n LEVels of the source directory tree.\n
  63. 1305                     /Z :: copy files in restartable mode.
  64. 1306                     /B :: copy files in Backup mode.
  65. 1307                    /ZB :: use restartable mode; if access denied use Backup mode.\n
  66. 1308      /COPY:copyflag[s] :: what to COPY (default is /COPY:DAT).
  67. 1309                           (copyflags : D=Data, A=Attributes, T=Timestamps).
  68. 1310                           (S=Security=NTFS ACLs, O=Owner info, U=aUditing info).\n
  69. 1311                   /SEC :: copy files with SECurity (equivalent to /COPY:DATS).
  70. 1312               /COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU).
  71. 1313                /NOCOPY :: COPY NO file info (useful with /PURGE).\n
  72. 1314                 /PURGE :: delete dest files/dirs that no longer exist in source.
  73. 1315                   /MIR :: MIRror a directory tree (equivalent to /E plus /PURGE).\n
  74. 1316                   /MOV :: MOVe files (delete from source after copying).
  75. 1317                  /MOVE :: MOVE files AND dirs (delete from source after copying).\n
  76. 1318           /A+:[RASHNT] :: add the given Attributes to copied files.
  77. 1319           /A-:[RASHNT] :: remove the given Attributes from copied files.\n
  78. 1320                /CREATE :: CREATE directory tree and zero-length files only.
  79. 1321                   /FAT :: create destination files using 8.3 FAT file names only.
  80. 1322                   /FFT :: assume FAT File Times (2-second granularity).
  81. 1323                   /256 :: turn off very long path (> 256 characters) support.\n
  82. 1324                 /MON:n :: MONitor source; run again when more than n changes seen.
  83. 1325                 /MOT:m :: MOnitor source; run again in m minutes Time, if changed.\n
  84. 1326          /RH:hhmm-hhmm :: Run Hours - times when new copies may be started.
  85. 1327                    /PF :: check run hours on a Per File (not per pass) basis.\n
  86. 1328                 /IPG:n :: Inter-Packet Gap (ms), to free bandwidth on slow lines.\n
  87. 1401    ::\n:: File Selection Options :\n::
  88. 1402                     /A :: copy only files with the Archive attribute set.
  89. 1403                     /M :: copy only files with the Archive attribute and reset it.
  90. 1404        /IA:[RASHCNETO] :: Include only files with any of the given Attributes set.
  91. 1405        /XA:[RASHCNETO] :: eXclude files with any of the given Attributes set.\n
  92. 1406     /XF file [file]... :: eXclude Files matching given names/paths/wildcards.
  93. 1407     /XD dirs [dirs]... :: eXclude Directories matching given names/paths.\n
  94. 1408                    /XC :: eXclude Changed files.
  95. 1409                    /XN :: eXclude Newer files.
  96. 1410                    /XO :: eXclude Older files.
  97. 1411                    /XX :: eXclude eXtra files and directories.
  98. 1412                    /XL :: eXclude Lonely files and directories.
  99. 1413                    /IS :: Include Same files.
  100. 1414                    /IT :: Include Tweaked files.\n
  101. 1415                 /MAX:n :: MAXimum file size - exclude files bigger than n bytes.
  102. 1416                 /MIN:n :: MINimum file size - exclude files smaller than n bytes.\n
  103. 1417              /MAXAGE:n :: MAXimum file AGE - exclude files older than n days/date.
  104. 1418              /MINAGE:n :: MINimum file AGE - exclude files newer than n days/date.
  105. 1419              /MAXLAD:n :: MAXimum Last Access Date - exclude files unused since n.
  106. 1420              /MINLAD:n :: MINimum Last Access Date - exclude files used since n.
  107. 1421                           (If n < 1900 then n = n days, else n = YYYYMMDD date).\n
  108. 1422                    /XJ :: eXclude Junction points. (normally included by default).\n
  109. 1501    ::\n:: Retry Options :\n::
  110. 1502                   /R:n :: number of Retries on failed copies: default 1 million.
  111. 1503                   /W:n :: Wait time between retries: default is 30 seconds.\n
  112. 1504                   /REG :: Save /R:n and /W:n in the Registry as default settings.\n
  113. 1505                   /TBD :: wait for sharenames To Be Defined (retry error 67).\n
  114. 1601    ::\n:: Logging Options :\n::
  115. 1602                     /L :: List only - don't copy, timestamp or delete any files.
  116. 1603                     /X :: report all eXtra files, not just those selected.
  117. 1604                     /V :: produce Verbose output, showing skipped files.
  118. 1605                    /TS :: include source file Time Stamps in the output.
  119. 1606                    /FP :: include Full Pathname of files in the output.\n
  120. 1607                    /NS :: No Size - don't log file sizes.
  121. 1608                    /NC :: No Class - don't log file classes.
  122. 1609                   /NFL :: No File List - don't log file names.
  123. 1610                   /NDL :: No Directory List - don't log directory names.\n
  124. 1611                    /NP :: No Progress - don't display % copied.
  125. 1612                   /ETA :: show Estimated Time of Arrival of copied files.\n
  126. 1613              /LOG:file :: output status to LOG file (overwrite existing log).
  127. 1614             /LOG+:file :: output status to LOG file (append to existing log).\n
  128. 1615                   /TEE :: output to console window, as well as the log file.\n
  129. 1616                   /NJH :: No Job Header.
  130. 1617                   /NJS :: No Job Summary.\n
  131. 1701    ::\n:: Job Options :\n::
  132. 1702           /JOB:jobname :: take parameters from the named JOB file.
  133. 1703          /SAVE:jobname :: SAVE parameters to the named job file
  134. 1704                  /QUIT :: QUIT after processing command line (to view parameters). 
  135. 1705                  /NOSD :: NO Source Directory is specified.
  136. 1706                  /NODD :: NO Destination Directory is specified.
  137. 1707                    /IF :: Include the following Files.\n
  138. 1801                    /SD:path :: Source Directory.
  139. 1802                    /DD:path :: Destination Directory.
  140. 4001        %s%s%s%s    
  141. 4011          %s        %s%s%s    
  142. 4021    %3d.%1d%%
  143. 4031    %3d%%  
  144. 4101    <NOT SET C> 
  145. 4102      New File  
  146. 4103    <MISMATCH C>
  147. 4104      Same      
  148. 4105      Newer     
  149. 4106      Older     
  150. 4107      Changed   
  151. 4108    <ATTRIB C>  
  152. 4109    <ARCHIVE C> 
  153. 4110    <NAMED C>   
  154. 4111    <LARGE C>
  155. 4112    <SMALL C>
  156. 4113    <MAXAGE C>
  157. 4114    <MINAGE C>
  158. 4115    <IDENTICAL C>
  159. 4116      Tweaked   
  160. 4117    <JUNCTION C>
  161. 4201    <NOT SET S> 
  162. 4202          lonely
  163. 4203    *MISMATCH   
  164. 4204            same
  165. 4205           newer
  166. 4206           older
  167. 4207         changed
  168. 4208          attrib
  169. 4209         archive
  170. 4210           named
  171. 4211           large
  172. 4212           small
  173. 4213         too old
  174. 4214         too new
  175. 4215    <IDENTICAL S>
  176. 4216         tweaked
  177. 4217        junction
  178. 4301    <NOT SET W> 
  179. 4302      New Dir   
  180. 4303    <MISMATCH W>
  181. 4304                
  182. 4305                
  183. 4306                
  184. 4307                
  185. 4308    <ATTRIB W>  
  186. 4309    <ARCHIVE W> 
  187. 4310       named dir
  188. 4311    <LARGE W>
  189. 4312    <SMALL W>
  190. 4313    <MAXAGE W>
  191. 4314    <MINAGE W>
  192. 4315    <IDENTICAL W>
  193. 4316                
  194. 4317    <JUNCTION W>
  195. 4401    <NOT SET X> 
  196. 4402    *EXTRA Dir  
  197. 4403    <MISMATCH X>
  198. 4404    <SAME X>    
  199. 4405    <NEWER X>   
  200. 4406    <OLDER X>   
  201. 4407    <CHANGED X> 
  202. 4408    <ATTRIB X>  
  203. 4409    <ARCHIVE X> 
  204. 4410      *named dir
  205. 4411    <LARGE X>
  206. 4412    <SMALL X>
  207. 4413    <MAXAGE X>
  208. 4414    <MINAGE X>
  209. 4415    <IDENTICAL X>
  210. 4416    <TWEAKED X> 
  211. 4417    <JUNCTION X>
  212. 4501    <NOT SET Y> 
  213. 4502    *EXTRA File 
  214. 4503    <MISMATCH Y>
  215. 4504    <SAME Y>    
  216. 4505    <NEWER Y>   
  217. 4506    <OLDER Y>   
  218. 4507    <CHANGED Y> 
  219. 4508    <ATTRIB Y>  
  220. 4509    <ARCHIVE Y> 
  221. 4510     *named file
  222. 4511    <LARGE Y>
  223. 4512    <SMALL Y>
  224. 4513    <MAXAGE Y>
  225. 4514    <MINAGE Y>
  226. 4515    <IDENTICAL Y>
  227. 4516    <TWEAKED Y> 
  228. 4517    <JUNCTION Y>
  229. 9001    %d/%02d/%02d %02d:%02d:%02d ERROR %d (0x%08X) %s 
  230. 9101    Accessing Source Directory
  231. 9102    Accessing Destination Directory
  232. 9103    Scanning Source Directory
  233. 9104    Scanning Destination Directory
  234. 9105    Deleting Source Directory
  235. 9106    Deleting Destination Directory
  236. 9107    Creating Destination File
  237. 9108    Creating Destination Directory
  238. 9109    Copying File
  239. 9110    Copying Directory
  240. 9111    Time-Stamping Destination File
  241. 9112    Time-Stamping Destination Directory
  242. 9113    Expanding Source Pathname
  243. 9114    Expanding Destination Pathname
  244. 9115    Deleting Source File
  245. 9116    Changing File Attributes
  246. 9117    Deleting Extra File
  247. 9118    Deleting Extra Directory
  248. 9119    Scanning Extra Directory
  249. 9120    Opening Log File
  250. 9121    Expanding Log File Pathname
  251. 9122    Copying NTFS Security to Destination Directory
  252. 9123    Copying NTFS Security to Destination File
  253. 9124    Opening Job File
  254. 9125    Getting File System Type of Source
  255. 9126    Getting File System Type of Destination
  256. 9127    Waiting for Changes in Source Directory
  257.